projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076e851
)
Improve wording of no apps text
author
William Jon McCann
<jmccann@redhat.com>
Thu, 18 Nov 2010 22:43:30 +0000
(17:43 -0500)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:40 +0000
(16:51 +0100)
gtk/gtkopenwithwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkopenwithwidget.c
b/gtk/gtkopenwithwidget.c
index 8a04f5aa232c012d603505fe956ffc42a6362bb3..9b67982829e9cc889269cb096ab072225d7b1a21 100644
(file)
--- a/
gtk/gtkopenwithwidget.c
+++ b/
gtk/gtkopenwithwidget.c
@@
-566,7
+566,7
@@
add_no_applications_label (GtkOpenWithWidget *self)
GtkTreeIter iter;
desc = g_content_type_get_description (self->priv->content_type);
- string2 = g_strdup_printf (_("
Cannot find any compatible application for
\"%s\""),
+ string2 = g_strdup_printf (_("
No applications available to open
\"%s\""),
desc);
string = g_strdup_printf ("<big><b>%s</b></big>\n<i>%s</i>",